![]() |
I ran into my situation with my setguild script where I needed some basic wildcard's for filtering error chat.
For example, "You must way %d seconds to use that command again!" would have bee useful. I ended up just matching the beginning and the end of the chat anyways, however. |
Quote:
|
Yeah's the kind of things I wanted to be able to do.
|
Hmmm It could be interesting to add support for pcre. You basicly just want one command with a string and a regular expression as parameters and you get back a string?
|
Quote:
|
I imagine people would want both a
string.match(pattern) -> boolean and a string.replace(pattern, replacement_string) -> string Where the replacement_string could include back-references (like $1 or $2) if pattern includes capturing parenthesis. I still think this is a bad idea though. |
Yeah, match and replace would be nice. And I still think that the fact that not everyone could use it is not a valid reason for not having it, that's just silly.
|
Quote:
|
Quote:
Replacing should optionally take a function instead of a string that is called with the matched part and groups and returns a replacement string. ^^ |
Quote:
|
Quote:
|
Three month bump.
I'm finding myself wanting this more and more :( Even Javascript has support built into the language (it's literally in the syntax) for Regular Expressions, come on now. |
Bump.
|
Do it.
|
Bumping because I'd really like this ^^
|
All times are GMT +2. The time now is 10:37 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.