S
Spunny
Guest
Hi,
I need a regular expression that allows only below characters
0-9
A-Z upper case
a-z lower case (if there is anything lower case, conver to upper case)
space
[
]
'
{
}
|
_
!
"
#
$
%
&
(
)
+
-
.
/
,
carriage return and new line feed (\r and \n)
Thank You
Continue reading...
I need a regular expression that allows only below characters
0-9
A-Z upper case
a-z lower case (if there is anything lower case, conver to upper case)
space
[
]
'
{
}
|
_
!
"
#
$
%
&
(
)
+
-
.
/
,
carriage return and new line feed (\r and \n)
Thank You
Continue reading...