Is there a way to let string.find match with this
string.find("This is UPPERCASE","This")
Cause I'd like to find all possible uppercase and lowercase combinations.
[B][/B]
[editline]01:28PM[/editline]
WAIT i got it
i just lower case the input of the string, and just let it search at the lower cased patterns :D
[b][url=http://wiki.garrysmod.com/?title=String.lower]String.lower [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] and then use [b][url=http://wiki.garrysmod.com/?title=String.find]String.find [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]
YEah i already figured it out ;), thx anyways :P
Sorry, you need to Log In to post a reply to this thread.