Click here to Skip to main content
15,885,366 members
Home / Discussions / C#
   

C#

 
QuestionRe: How to configure azure-pipeline.yml for asp.net core 2.2 ? Pin
Richard MacCutchan22-Apr-19 21:08
mveRichard MacCutchan22-Apr-19 21:08 
QuestionC# A few questions for my learning journey. Pin
Member 1417655620-Apr-19 22:20
Member 1417655620-Apr-19 22:20 
AnswerRe: C# A few questions for my learning journey. Pin
Gerry Schmitz21-Apr-19 3:17
mveGerry Schmitz21-Apr-19 3:17 
GeneralRe: C# A few questions for my learning journey. Pin
Member 1417655621-Apr-19 6:02
Member 1417655621-Apr-19 6:02 
GeneralRe: C# A few questions for my learning journey. Pin
Gerry Schmitz21-Apr-19 6:18
mveGerry Schmitz21-Apr-19 6:18 
AnswerRe: C# A few questions for my learning journey. Pin
BillWoodruff23-Apr-19 21:33
professionalBillWoodruff23-Apr-19 21:33 
GeneralRe: C# A few questions for my learning journey. Pin
Luc Pattyn24-Apr-19 5:36
sitebuilderLuc Pattyn24-Apr-19 5:36 
QuestionExtracting regex from string Pin
ormonds20-Apr-19 19:45
ormonds20-Apr-19 19:45 
I am writing an app in which the user will - once only - input their file naming system for certain types of files. For example, they might save all project CAD models in the format
"Project12345-Name-Drawing-A"
where:-
Project is the same for all projects, i.e. a literal
12345 is the project number (variable length)
- is required
Name is the project name (variable length)
- is required
Drawing is the drawing name
- is required
A - might be the version and is required to be an upper case alphabetic character.

Or their system may be something completely different.

Once set up the software can only save files which comply with the standard naming format.
Sounds like a job for regex.
It also sounds like someone might have done it before - extracted the regex pattern from a given string.
(I'm assuming that the initial setup would require each character to be tagged in some way)

Any suggestions?

GeneralRe: Extracting regex from string Pin
Richard MacCutchan20-Apr-19 22:14
mveRichard MacCutchan20-Apr-19 22:14 
AnswerRe: Extracting regex from string Pin
Eddy Vluggen21-Apr-19 0:37
professionalEddy Vluggen21-Apr-19 0:37 
AnswerRe: Extracting regex from string Pin
Gerry Schmitz21-Apr-19 3:07
mveGerry Schmitz21-Apr-19 3:07 
AnswerRe: Extracting regex from string Pin
#realJSOP21-Apr-19 5:12
mve#realJSOP21-Apr-19 5:12 
GeneralRe: Extracting regex from string Pin
jschell21-Apr-19 7:48
jschell21-Apr-19 7:48 
GeneralRe: Extracting regex from string Pin
#realJSOP21-Apr-19 11:45
mve#realJSOP21-Apr-19 11:45 
GeneralRe: Extracting regex from string Pin
jschell27-Apr-19 6:11
jschell27-Apr-19 6:11 
GeneralRe: Extracting regex from string Pin
ormonds21-Apr-19 12:19
ormonds21-Apr-19 12:19 
AnswerRe: Extracting regex from string Pin
jschell21-Apr-19 7:52
jschell21-Apr-19 7:52 
AnswerRe: Extracting regex from string Pin
Luc Pattyn22-Apr-19 15:45
sitebuilderLuc Pattyn22-Apr-19 15:45 
QuestionI need help with console app in C# Pin
User 1428799220-Apr-19 11:24
User 1428799220-Apr-19 11:24 
AnswerRe: I need help with console app in C# (old mac donald had a farm) Pin
OriginalGriff20-Apr-19 11:31
mveOriginalGriff20-Apr-19 11:31 
AnswerRe: I need help with console app in C# (old mac donald had a farm) Pin
Dave Kreskowiak20-Apr-19 13:01
mveDave Kreskowiak20-Apr-19 13:01 
AnswerRe: I need help with console app in C# (old mac donald had a farm) Pin
Luc Pattyn20-Apr-19 15:27
sitebuilderLuc Pattyn20-Apr-19 15:27 
GeneralRe: I need help with console app in C# (old mac donald had a farm) Pin
Dave Kreskowiak20-Apr-19 15:54
mveDave Kreskowiak20-Apr-19 15:54 
Questionmy programming language is c#.I have a form in tabpage. if i want to resize the form like visual studio.what the... I should doing Pin
Member 1432102120-Apr-19 5:47
Member 1432102120-Apr-19 5:47 
AnswerRe: my programming language is c#.I have a form in tabpage. if i want to resize the form like visual studio.what the... I should doing Pin
OriginalGriff20-Apr-19 6:03
mveOriginalGriff20-Apr-19 6:03 

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.