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
972 views
1 answer
    Thanks for the previous assistance everyone!. I have a query regarding RegExp in Perl My issue is.. I know, ... match them but I'm confused. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have the following HTML <tr><td class="width35pct alignR"><span style="font-weight: bold;">TO :</span> ... value" attribute. Any help please ? 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 match string ending with ')' . I use pattern : "[)]" or ".*[)]" It should match the string ... But it doesn't work. What is wrong ? 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 new to regex, and I want to split a string on a delimiter, while keeping that delimiter at the beginning ... Would love some help, thanks!! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
960 views
1 answer
    I would like to build a regexp in Java that would be passed in a FilenameFilter to filter the files ... about regexp regular-expressions.info See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    How would I limit match/replacement the leading zeros in e004_n07? However, if either term contains all zeros, then ... use re.search/re.match? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
996 views
1 answer
    I am having trouble with the marker in calling an align-regexp. Somehow this doesn't work and gives the error "Marker ... region-end) "<-")))) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    With this code to return the nth value in a pipe delimited string... regexp_substr(int_record.interfaceline, '[^| ... the empty values? TIA Mike See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
956 views
1 answer
    I have some code for validating date below: function validateForm() { var errFound = 0; //var patt_date = new ... wrong with it). Thanks, Dels See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
849 views
1 answer
    I'm working on a dataset where one column (Place) consists of a location sentence. librabry(tidyverse) example <- tibble( ... ,", fill = "left") See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I wanna validate date which can be either in short date format or long date format. eg: for some of the valid ... invalid date as 12/05/20-0 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have this regular expression to look for phone numbers in a codebase: \d{3}[.s-]?d{3}[.s-]?d{4}g ... : [NOT DIGIT][PHONE NUMBER][NOT DIGIT] See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
945 views
1 answer
    I am pretty much weak in creating Regular Expression. So i am here. I need a regular expression satisfying the ... No Symbols 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
    replace characters in notepad++ BUT exclude characters inside single quotation marks Sorry to all users (especially ... (from replacement)? 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 password validation like the following rules Should contains at most 15 chars and 8 chars at least ... they anywhere in the password See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
978 views
1 answer
    Trying to search and replace password variables with special characters in multiple files with a perl command ... possible password versions. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm looking for a regular expression that matches the '>' in a > b > b> ... but not two or more angled brackets, ... nor (?<!>)> work..? Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm trying to replace the beginning of a string with backslashes to something else. For some weird reason the ... solve this issue. Thank you. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I've got a little messy database containing names of many institutions around the world. I want to display them ... of sight out of mind" See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
995 views
1 answer
    I have the regex ^(d+) which is designed to match parentheses containing digits and which does what is expected. ... to explain this to me? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Sthg makes me crazy, I would like to parse Postfix logs to know the status of emails, here is what I tried so ... makes me crazy, Any idea ?? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Here is the data I want to capitalize: molly w. bolt 334-78-5443 walter q. bugg 984-49-0032 noah p. way 887 ... 109-32-984 What would I change? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
986 views
1 answer
    I am trying to replace an exact match of a word in a string using scala "\bhello\b".r.replaceAllIn("hello I am ... and xxx" How can I do that? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
996 views
1 answer
    This is a sample of the text I am working with. 6) Jake's Taxi Service is a new entrant to the taxi industry ... ] = result[0] searchCounter +=1 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
964 views
1 answer
    what's the quickest way to extract a 5 digit number from a string in c#. I've got string.Join(null, System.Text. ... "[^\d]")); Any others? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    In my collection following query returns some result: db.c.find({t:/a/}) But below query (and any other regex ... t:/u0041/}) What is wrong? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    If I have a dataframe structure like that: AA1_123.zip BB2_456.txt CCC_789.doc How can I change it to this: AA1 BB2 CCC See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
912 views
1 answer
    I need to get the nested blocks in hash array or hash tree to be able to substitute the blocks with dynamic ... the blocks. I created this regex 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

...