Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   Format-like syntax getstringkeys(); (https://forums.graalonline.com/forums/showthread.php?t=134257863)

Immolate 02-03-2010 05:30 PM

Format-like syntax getstringkeys();
 
It'd be great if we could have getstringkeys() to use the Format-like syntax to filter what kind of results are shown. I'm sure it's been mentioned before - I'm certain I've seen it.

For all of you who don't know what I'm talking about:

PHP Code:

  //For integer filtering
  
temp.foo getStringKeys("temp.bar%i");
  
  
//For string filtering
  
temp.foo getStringKeys("temp.bar%s"); 


coreys 02-03-2010 11:05 PM

There is a format function, you know. You can't use it to match things with, though :(

Immolate 02-03-2010 11:08 PM

Quote:

Originally Posted by coreys (Post 1554011)
There is a format function, you know. You can't use it to match things with, though :(

Yeah, I know. That's why I was comparing usage to the format() function.

Chompy 02-03-2010 11:24 PM

Tried wildcard? Or are you looking for specific types of wildcards (integer, string, etc)? Daniel released quite a good wilcard finder in a thread of mine, under the thread named "Wildcard finder" or something similar in the Code Gallery

Immolate 02-03-2010 11:27 PM

Quote:

Originally Posted by Chompy (Post 1554020)
Tried wildcard? Or are you looking for specific types of wildcards (integer, string, etc)? Daniel released quite a good wilcard finder in a thread of mine, under the thread named "Wildcard finder" or something similar in the Code Gallery

I'm asking for the specific datatype variety.


All times are GMT +2. The time now is 08:37 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.