M
marco.minerva
Hi!
I have the following regular expression, that matches any word with
number and letter:
[[:alnum:]]+-?[[:alnum:]/@\\.#&]*'?
Now I must modify it so that also the word with a "_" inside are
accepted. For example:
As_for
From_now_on
For_example
Can you help me?
Thanks in advance.
I have the following regular expression, that matches any word with
number and letter:
[[:alnum:]]+-?[[:alnum:]/@\\.#&]*'?
Now I must modify it so that also the word with a "_" inside are
accepted. For example:
As_for
From_now_on
For_example
Can you help me?
Thanks in advance.