Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged regex

0 votes
1.2k views
1 answer
    Does VbScript have a native implementation for Regex? I need to validate e-mail addresses on an old ASP ... Any pointers would be great. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    A while back, I asked a question about merging lines which have a common first field. Here's the original: Command ... was NOT a one-liner.] See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I have this error while trying to get the tokens the code to make the lexical analysis for the Minic langauge ... : Nothing to repeat !! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I would like to remove all the words inside square brackets as well as the brackets themselves. For example, text ... function able to do that? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'd like to specify a delimiter for a scanner that splits on some pattern, but doesn't remove that pattern ... just one grabbing label+state. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
933 views
1 answer
    I know other people have submitted questions around this error, however I can't see how this regex or the subject string ... 7, PHP: 7.1.6 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    i have to do many work to change like this: <img src = "/" height="111" width="10" /> to <img src = "/" height=" ... +)"[^>]*>''',a, s) print ss See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Say I have a line in a file: string <- "thanks so much for your help all along. i'll let you know when. ... word know is within 6 words of help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am trying to delete all the occurrences of a word in a list, but I am having trouble when there are ... replace the first occurrence of mail. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have the samples lines, and I want to substitute the leading #s with =s. (The first two lines) But instring. ... ==Installment This is a '#'. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Regular Expressions are completely new to me and having done much searching my expression for testing purposes is ... will be most efficient See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    i want to remove phone number with follow match one two three four five six seven eight nine zero i have ... $message); Any one please help See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have a awk based splitter that splits a huge file based on regex. But the problem is that I am getting a makes ... /"x); } }' wiki_parsed.xml See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
952 views
1 answer
    So, I'm trying to accomplish this: We have a URL /brand/new-inventory.php. This is a physical file within our ... the old URL to the new one? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am looking for given string, it has to be in *(*) format, * should not have space, no two words ... It's throwing up error invalid pattern See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
941 views
1 answer
    I want to write a little app to scan employee's mailboxes and cleanse them of credit card numbers (people ... that would be most excellent! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have the following str = '[5.955894, 45.817792], [10.49238, 45.817792], [10.49238, 47.808381], [5. ... .808381]'] Not really what I want. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    For example: [TEXT1,TEXT2,TEXT3] my expression: [[].*,.*[]] Finds strings with commas (in between ... find commas in between the brackets? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have the following string; [Username [rank] -> me] message The characters of the rank, username, and ... back errors. Thanks in advance! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I use the following regex pattern for validating the email address that works fine, BUT I need to validate the length ... " /> </ui:define> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    Strangely I can't seem to find anywhere a list of the characters that I can't safely use as literals within ... in Perl/PHP/Javascript etc). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm using regular expressions to replace some substrings. The replacement value reuses part of the match. I ... text case conversion". See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
997 views
1 answer
    Trying to use regex to perform substitutions on a string. re.sub(regex, repl_func, content) The problem is ... just now starting with Python. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I want to know what symbol I can use to refer to any character within the utf8 encoding table for nginx ... $ /new-location.html break; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
964 views
1 answer
    I have a regular expression, which selects all the words that contains all (not! any) of the specific ... version of this regular expression? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Need regular expression for checking at least 3 uppercase, 3 lowercase, 3 digits and 3 special character any where in ... like: 1a(2b)AB*3cC See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Have been trying for a while, to match the last word of a sentence: select regexp_matches('My name is ... as intended either. Any insights? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
901 views
1 answer
    I'm looking at a number of cells in a data frame and am trying to extract any one of several sequences ... stringr? Please rectify my ignorance! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...