Forum main
page
Most
active member
Login page
Register
Log out
Search page
Information Online
View our event calendar
Add general event such as an upcoming
software release or conference
View all birthdays
Public image gallery
Upload your images in your profile
Profile editing page
Subscription list page
Address book page
Member list page
View the
most active member
User groups listing
Private message page
|
|
Users viewing this topic: none
|
|
Login | |
|
Using Regular Expression in Expression Editor - 10 January 2007
|
|
|
shamir.ali
Posts: 17
Score: 0 Joined: 28 December 2006 Status: offline
|
Hello, below is a piece of code that i have written as an Expression in the Orchestration, but it doesnt works infact it just hangs i mean the orchestration hangs and does not move forward. RegularEx = new System.Text.RegularExpressions.Regex(@"^([\s]*[0-9a-zA-Z]+[\s]*)+$"); if (RegularEx.IsMatch(Name)) {Name = "continue";} else {Name = "";} Thanks,
|
|
|
|
RE: Using Regular Expression in Expression Editor - 10 January 2007
|
|
|
Pieter
Posts: 615
Score: 2 Joined: 8 March 2004 Status: offline
|
I do not think a If statement will work in the expression shapre. You will need to split this up and use an expression and decison shape.
_____________________________
Need a BizTalk Adapter? Visit http://www.topxml.com/biztalkutilities and check out the latest BizTalk Adapters.
|
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|