Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: expressions

Regular expression – delete parameters using MOD_REWRITE

I want to use mod_rewrite to delete a specified query parameter from the URL.

Example:
1) User enters the URL:

http://localhost/intra/page.htm?var1=123&var2=456&var3=789 2)mod_rewrite

October 18, 2021By Simo Regexp delete, expressions, MOD, parameter, regular, rewrite, useLeave a Comment

Regular expression – delete comments using Perl

Is there any regular expression that can remove all comments in a given C program // and / ** / var from perl?

Given a multi-line program, it should use regular expressions to remove comments

October 18, 2021By Simo Regexp Comment, delete, expressions, perl, regular, useLeave a Comment

Regular expressions for combining numbers

I have a series of numbers as follows. I want to combine the numbers into 4 groups. Can someone give vim regular expressions?

Input: 1234 56 7890 1234

The output should be: 1234 5678 90

October 18, 2021By Simo Regexp combination, expressions, for, numbers, regularLeave a Comment

Regular expression – the best modern text parsing? When is AKA to use Lex and Yacc?

I have commands and parameters for inputting text blocks, one per line, such as

XYZ ARG1,ARG2,ARG3, …, ARGN I want to verify whether the parameters of XYZ are applicable to that particular

October 18, 2021By Simo Regexp AKA, analysis, best, expressions, lex, modern, regular, Text, use, when, yaccLeave a Comment

Regular expression

Regular Expression (Regular Expression) is a very powerful tool for string retrieval, filtering, and replacement operations. It is often used in daily work. There is a need to find a string that me

October 18, 2021By Simo Regexp expressions, First, regular, solutionLeave a Comment

Regular expression – parts matching with EGREP regular expression

I want to know, if I use egrep ((GNU grep)2.5.1), I can select a part of the matching text, for example:

grep’^([a-zA-Z.-]+)[0-9]+’ ./file.txt So I only get the matching part between th

October 18, 2021By Simo Regexp EGREP, expressions, matching, partial, regularLeave a Comment

Regular expression – Why does this frontal assertion does not work when anchored to the beginning of a string?

Why does this post-assertion not work when it is fixed at the front of the string? Run the following code, and you will see that the first test passes, but the second test only passes the ^ anchor

October 18, 2021By Simo Regexp Anchor, assertion, back, expressions, front, inseparable, regular, set, Start, string, This, time, whyLeave a Comment

How to match the comparative operator in the regular expression

I am trying to create a regular expression that matches comparisons like this:

= 445
> 5
>= 22
< 3 <= 42 <> 10 I think this will work, but it won’t:

[=|>|<|>=|<|<=|<>]\s\d+ ‘>’very imp

October 17, 2021By Simo Regexp comparison, expressions, How to match, Medium, operators, regularLeave a Comment

Regular expression – Rewritecond Request_uri – ^ Can’t work as expected

I am using codeigniter to build a site. I have a series of rewrite conditions & rules in the .htaccess file. The first set of rules turn on or off SSL based on the first paragraph of the uri.

October 17, 2021By Simo Regexp can't press, expected, expressions, regular, Request, Rewritecond, URI, WorkLeave a Comment

Regular expression – PHP appearance

I have a string, for example:

$foo =’Hello __(“How are you”) I am __(“very good thank you”)’ I know this is a strange string, but please come with me: P

I need a regular expression to f

October 17, 2021By Simo Regexp appearance, expressions, PHP, regularLeave a Comment

Posts navigation

Page 1 Page 2 Page 3 Page 4
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress