Search Results

Search: Posts Made By: shams11
4,368
Posted By shams11
The following is the jquery code. Here am...
The following is the jquery code.
Here am reading the values entered in the text box and evaluating that string.

variable fName contains the original string here .

$("#fName").blur(function(){...
4,368
Posted By shams11
I want to allow alphanumeric characters and...
I want to allow alphanumeric characters and single dot in between the characters,multiple dots should not be allowed.

ex :
1 . (single) dot should not be allowed in the string
2. .........
4,368
Posted By shams11
@anchal in first name field I want to block...
@anchal

in first name field I want to block multiple dots
ex:

FirstName should not be => . (dot)or .......(multiple dots)

it can be => a.b.c.

am using => split( [^a-zA-Z0-9.] )

...
4,368
Posted By shams11
Regular expression (regex) required
I want to block all special characters except alphanumerics.. and "."(dot ) character

currently am using /[^a-zA-Z.]/

I want to even block only single dot or multiple dots..

ex:
. or ...
4,034
Posted By shams11
Thanks a lot people
Thanks a lot people
4,034
Posted By shams11
json_decode conversion
Hi,

I have a variable which contains json string
ex :
temp=`curl -X GET http://localhost:5984/example/$id`

now temp contains =>...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 06:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy