Hi,
Can you please help me with a RegExp to match URLs. For example:
currently, I'm using:
\bhttp://[A-Z0-9.\/\=\#\?\_\%\&\-\{\}]+\b
but for some strange reason, it doesn't match the closing } character.
Please help. Thanks!!
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
Can you please help me with a RegExp to match URLs. For example:
currently, I'm using:
\bhttp://[A-Z0-9.\/\=\#\?\_\%\&\-\{\}]+\b
but for some strange reason, it doesn't match the closing } character.
Please help. Thanks!!
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-