What
A quick post on how I managed to build a regex to extract all non-numeric characters (all non-digits) from a string.
Why?
I only want the digits/numbers from a string:
v_PaymentTerms = ...
What?
Quick note on how to do this.
I was tasked with cleaning up an english database by replacing all special alphabets (ë to e) and non-alphanumeric symbols with URL friendly characters.
How? ...
Intro
If you ever want to check the parameters submitted with a report for alpha numeric characters (so it doesn't contain symbols, punctuations, etc) then you should do this at the database level, and ...
... we take each character from the given string and convert it to its RGB value. Replace letters A to F with their numeric equivalents. Made up of 2 characters to convert to an RGB subset, the 1st value ...
What?
A quick article on the SPF & DKIM setup to improve email deliverability from a ZohoApp and methods to check.
Why?
Not sure how I came across it as most of our customers don't use ZohoMail, ...
... (in other words, not alphabetical, numerical, or completely random order):
void JoelLipman.fn_SetStaffUsualShift()
{
//
// build a standard usual shift subform from CRM
r_OrgDetails = invokeUrl
...
...
Publish it by going to Settings > Publish > Publish Component > and select the REPORT (eg. "Inventory Photo Report"). Note the embed code, specifically the long alphanumeric string.
Create a ...
...
]
}
*/
You need to select the id of the template that you want to use for the next step (will be an alphanumeric long string).
The button function
Create a button off the contacts record ...
... mark characters instead such as: .
How?
Ensure you are using the numbers on your numeric keypad and NOT the numbers at the top of your keyboard for the following steps. Also check that you have ...
... getUrlAlias($p_Name){
// lowercase and trim preceding/trailing spaces
$v_Output = strtolower(trim($p_Name));
// replace all non alphanumeric characters (except underscore) to an underscore
...
... is a function returning a boolean. Returns false if a cell value has been formatted to a text type. Returns true if the cell value is a number AND the cell data type is numeric.
Search( is a case-insensitive ...
What?
A super quick article to show how to link to the thumbnail image of a Google Drive file, in this case a video file.
How?
The hardest part of this is to get the Google Drive File ID (which ...
...
"id": "1srXLU-lotsofalphanumericcharacters_",
"name": "my_video.mp4",
"mimeType": "video/mp4"
}
Additional:
Why not? Let's add a description and some security where we disable download, sharin ...
... than zero
length Specifies the exact number of characters or list items allowed. Must be equal to or greater than zero
maxExclusive Specifies the upper bounds for numeric values (the value ...
... Prefix It should be a short alphanumeric value with a trailing underscore (eg. "abc12_")
Check if you have more than one asset with a parent_id equal to zero:
SELECT COUNT(*) FROM #__assets WHERE parent_id=0
-- ...
... I am pretending to select rows from a table called `STUDENTS`.
Oracle PL/SQL
Looking for abnormal data, note the circumflex to exclude the clean alphanumeric rows:
SELECT * FROM STUDENTS WHERE ...
... is to remove any non-alphanumeric characters...
In your component, create a PHP file in /administrator/models/fields/ (eg. "userprojects.php"). Rename "userprojects" with the name of your field ty ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.