expression tag

115 questions


3 answers
271 views
0
a way of writing that matches the appearance of the same word more than n times in a regular expression

I want to create a condition that matches the same word repeatedly.Example) @Apple@Tangerine@Banana@Apple@VineIf there is a string like this, how should I write the condition that it matches if there ...

1 years ago

2 answers
477 views
0
in a regular expression, a way of writing in which the same word matches n or more iterations

Hello I want to create a condition that matches the same word repeatedly.Example)@Apple @Tangerine @Banana @Apple @ grapeIf there is a string called that starts with @ and ends with a half-width space...

1 years ago

1 answers
359 views
0
I want to extract characters in parentheses and return empty characters if the result is empty.

Find the range bounded by () from the string passed by the argument str and return the string for that part.() returns empty characters if the contents are empty.() returns the contents of the first p...


1 answers
317 views
0
I want to extract characters in parentheses and return empty characters if the result is empty.

Find the range bounded by () from the string passed by the argument str and return the string for that part.() returns empty characters if the contents are empty.() returns the contents of the first p...


1 answers
310 views
0
What regular expression engines are available in the Search/Replace widget in VSCode 1.71.0?

Visual Studio Code 1.71.0I would like to use regular expressions in the VSCode search/replacement widget.Regular expressions vary depending on the implementation, so I would like to know what regular ...


1 answers
268 views
0
What regular expression engines are available in the Search/Replace widget in VSCode 1.71.0?

Visual Studio Code 1.71.0I would like to use regular expressions in the VSCode search/replacement widget.Regular expressions vary depending on the implementation, so I would like to know what regular ...


1 answers
292 views
0
What regular expression engines are available in the Search/Replace widget in VSCode 1.71.0?

Visual Studio Code 1.71.0I would like to use regular expressions in the VSCode search/replacement widget.Regular expressions vary depending on the implementation, so I would like to know what regular ...


1 answers
320 views
0
How to create a four-digit comma-separated regular expression

I'm creating a regular expression under a four-digit comma-separated condition, but if I match more than one, I'd like to know how to create a four-digit comma-separated expression that becomes False ...


2 answers
341 views
0
How to Determine if Python Regular Expression Contains ' (Single Quote)

You are using Python to create a program that verifies that the file name is as specified.Regular expressions are used to verify that the file name is as specified.$ and - were able to pattern regular...


1 answers
337 views
0
AutoHotKey Regular Expression Fails

In order to assign the Delete string after any number of digits when pressing the no conversion key in AutoHotKey, I ran the following script and got an error message.Current State Script:<vk1D:: S...

« - 2 - »

© 2024 OneMinuteCode. All rights reserved.