A
A
Alexander2019-12-22 15:52:29
Delphi
Alexander, 2019-12-22 15:52:29

Who can help me compose a regular expression using the example code?

RegEx := TRegEx.Create('^' + Unit1.Form1.SearchBox1.Text);
if RegEx.IsMatch(TStudents[i].FnSn.FirstName)then
....

This function finds by several letters, the whole word. How to write this in regular expression language?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question