Click here to Skip to main content
15,914,071 members
Home / Discussions / C#
   

C#

 
AnswerRe: Moving xml nodes Pin
Alomgir Miah17-Sep-05 11:02
Alomgir Miah17-Sep-05 11:02 
AnswerRe: Moving xml nodes Pin
Heinz_17-Sep-05 11:12
Heinz_17-Sep-05 11:12 
AnswerRe: Moving xml nodes Pin
DavidNohejl17-Sep-05 14:19
DavidNohejl17-Sep-05 14:19 
QuestionMDI menu merge prevention Pin
thrakazog17-Sep-05 9:41
thrakazog17-Sep-05 9:41 
AnswerRe: MDI menu merge prevention Pin
thrakazog18-Sep-05 5:03
thrakazog18-Sep-05 5:03 
QuestionCsGL - using CsGL.Basecode; Pin
Anonymous17-Sep-05 9:25
Anonymous17-Sep-05 9:25 
QuestionXML Problem Pin
thepersonof17-Sep-05 8:24
thepersonof17-Sep-05 8:24 
QuestionGetting a Regular Expression that matches a grop of files Pin
hyperreview17-Sep-05 6:33
hyperreview17-Sep-05 6:33 
I’d like to ask you a question: there are a lot of web sites made in static HTML. Sooner or later HTML sites are to be converted in PHP/MySQL, but the operation is very expensive since it is to be done manually or with the usage of ad hoc written software.

I’ve an idea to make an universal software to convert html pages into templates and database…

It’s really easy: it’s enough to compare two HTML files and make one regular expression that matches them. Then you refine that regular expression to match a group of files.

Example.

First file
1

Second file
2

Reg exp = \d

Third file


Reg exp = \d?

Fourth file
11

Reg exp = \d(0,2)

Fifth file
error

Reg exp = .*
GeneralRe: Getting a Regular Expression that matches a grop of files Pin
Guffa17-Sep-05 6:40
Guffa17-Sep-05 6:40 
GeneralRe: Getting a Regular Expression that matches a grop of files Pin
hyperreview17-Sep-05 6:48
hyperreview17-Sep-05 6:48 
GeneralRe: Getting a Regular Expression that matches a grop of files Pin
Guffa17-Sep-05 7:50
Guffa17-Sep-05 7:50 
GeneralRe: Getting a Regular Expression that matches a grop of files Pin
hyperreview17-Sep-05 8:10
hyperreview17-Sep-05 8:10 
GeneralRe: Getting a Regular Expression that matches a grop of files Pin
Guffa17-Sep-05 8:57
Guffa17-Sep-05 8:57 
GeneralRe: Getting a Regular Expression that matches a grop of files Pin
hyperreview17-Sep-05 10:23
hyperreview17-Sep-05 10:23 
Questionencryption Pin
surfman1917-Sep-05 5:40
surfman1917-Sep-05 5:40 
AnswerRe: encryption Pin
Andy Brummer17-Sep-05 6:18
sitebuilderAndy Brummer17-Sep-05 6:18 
AnswerRe: encryption Pin
Niklas Ulvinge17-Sep-05 6:25
Niklas Ulvinge17-Sep-05 6:25 
GeneralRe: encryption Pin
leppie17-Sep-05 7:56
leppie17-Sep-05 7:56 
GeneralRe: encryption Pin
surfman1917-Sep-05 8:20
surfman1917-Sep-05 8:20 
GeneralRe: encryption Pin
Niklas Ulvinge17-Sep-05 9:23
Niklas Ulvinge17-Sep-05 9:23 
GeneralRe: encryption Pin
surfman1918-Sep-05 2:17
surfman1918-Sep-05 2:17 
GeneralRe: encryption Pin
Niklas Ulvinge18-Sep-05 5:11
Niklas Ulvinge18-Sep-05 5:11 
GeneralRe: encryption Pin
Dan Neely19-Sep-05 2:02
Dan Neely19-Sep-05 2:02 
QuestionMoving Control on MouseMove Event Pin
Seraphin17-Sep-05 5:13
Seraphin17-Sep-05 5:13 
AnswerRe: Moving Control on MouseMove Event Pin
thrakazog17-Sep-05 10:41
thrakazog17-Sep-05 10:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.