M
M
Mariik2020-06-17 14:17:19
JavaScript
Mariik, 2020-06-17 14:17:19

What is the correct way to write a regular expression to search for a string?

Hello.

You need to write a regular expression to search for specific strings. The case doesn't matter.
Allowed special characters in a string: . and _ Everything else like ! @ #
$%^&*(()-= etc. is forbidden



/[\w\.]+

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Edward, 2020-06-17
@IS-Builder

So ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question