Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in PostgreSQL only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
PostgreSQL
psql function to get substring from the last capital letter in a main string
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
sivaroyal
New Member
Join Date:
Jul 2012
Posts:
1
#1
psql function to get substring from the last capital letter in a main string
Jul 19 '12, 03:23 PM
For example: main String==> "FirstSecondThi rd"
from the above string I need "Third" only.
Can any help Pls.........
Rabbit
Recognized Expert
MVP
Join Date:
Jan 2007
Posts:
12517
#2
Jul 19 '12, 07:55 PM
You'll have to create a function to look at the ascii codes looking for the third capital. There's nothing built in that will do that for you.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment