What is regex in html?
Answer / Dheerendra Kumar
Regex (Regular Expressions) are a sequence of characters that form a search pattern. They are not specific to HTML but are used in conjunction with JavaScript in web development for pattern matching, string manipulation, and validation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the rules to determine the “truth” of any value which is not already of the boolean type?
What is echo in html?
How do you display the output directly to the browser?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
full form of php??
What are the limitations or drawbacks of PHP ?
Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query
Define metaphone()?
How do I install php?
Why use static methods php?
Which function would you use to read a line of data from a file in php?
What is the purpose of the '.myd' file extension? What do thes file contain?