All Regex related Questions

by jqueryLearner | 24/04/23 | 0 Answers | Tags : Javascript , regex Views : 196
for suppose var d='1 is new number' and i want to remove 1 from the above javascript string varable how to eliminate numerical values from a string

Read more

by steave ray | 24/04/23 | 0 Answers | Tags : Javascript , regex Views : 164
for suppose var d='1 is more than 2' and i want to remove 2 from end of the above javascript string varable

Read more

by ajamil | 24/04/23 | 2 Answers | Tags : Javascript , regex Views : 234
you have a JavaScript object, let's say: Now, want to remove a property or element from this object. What is the process to achieve this in JavaScript?

Read more

by jagdish | 20/01/22 | 2 Answers | Tags : PHP , HTML , regex Views : 686
I want to put some delay code in PHP.

Read more

by Phpworker | 04/01/17 | 1 Answers | Tags : Javascript , regular-expression , regex , YouTube Views : 1336
how to get video id form YouTube video URL in JavaScript . may be by JavaScript Regex or any other way . it should work with any format of url but return video id . so i can use it with other server call

Read more