N
N
NkDev2022-04-10 21:26:42
Regular Expressions
NkDev, 2022-04-10 21:26:42

How to write a regular expression for a string that can be empty?

Tried like this: "pattern" => "/(^$ | ^a-zA-Z$)/u" - doesn't work.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dollar, 2022-04-10
@NkDev

/^([a-zA-Z]*)$/u

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question