Can I put a regular expression in a cell of a character array? For example, so that when accessing this cell, the character that satisfies the regular expression is somehow determined. That is, in essence, in the cell, I need a lot of characters. Is it possible to implement it and if so, please tell me how.
- If a cell of a character array is an element of an array char, then only char is very desirable to store in it. The regular expression itself can be represented by different forms (for example, a string or an object). - Vladimir Gamalyan
- I need to store in the cell, for example, any character from the range of az, how can I do this? - j6wj1997
|