Forum: MemoQ support
Topic: Does anyone know how I combine my two regular expressions?
Poster: Gjorgji Apostolovski
Post title: yup
[quote]Stepan Konev wrote:
Sorry for misunderstanding. I mistook characters for words. Forget the above regex. [/quote]
He is probably trying to find words with 6-30 characters containing alpha, beta, gamma.
And if you google it these are the words:)
[url removed]
[url removed]
[url removed]
Try this regex
[A-Za-z](alpha)[A-Za-z]{6,30}
Same for beta and gamma.
[Edited at 2024-12-08 13:08 GMT]
[Edited at 2024-12-08 13:16 GMT]
[Edited at 2024-12-08 13:34 GMT]
Topic: Does anyone know how I combine my two regular expressions?
Poster: Gjorgji Apostolovski
Post title: yup
[quote]Stepan Konev wrote:
Sorry for misunderstanding. I mistook characters for words. Forget the above regex. [/quote]
He is probably trying to find words with 6-30 characters containing alpha, beta, gamma.
And if you google it these are the words:)
[url removed]
[url removed]
[url removed]
Try this regex
[A-Za-z](alpha)[A-Za-z]{6,30}
Same for beta and gamma.
[Edited at 2024-12-08 13:08 GMT]
[Edited at 2024-12-08 13:16 GMT]
[Edited at 2024-12-08 13:34 GMT]