Hi,
I can't seem to find the right regular expression to achieve what I
want. I'd like to remove all characters from a string that are not
numbers, letters or underscores.
For example:
str: 'si_98udasgf'
Would you have any hint?
Thanks a lot!
Julien
I can't seem to find the right regular expression to achieve what I
want. I'd like to remove all characters from a string that are not
numbers, letters or underscores.
For example:
>>magic_functio n('si_98%u^d@.a s-*gf')
Would you have any hint?
Thanks a lot!
Julien
Comment