I have a value in string variable, i want to get wards between place holder, is there any api i can use from JDK1.5,
String str ="select user_name,'$user_name$','$test_app1$' from dm_user where r_is_group = FALSE and user_state = 0 and user_name not like 'dm%' order by user_name";