I've got a form and I want to display the GET URL string (querystring) of it when a user presses submit. This is so they can access it directly instead of posting the form.
How can I get a certain array value from get_the_terms? I tried doing $var = get_the_terms($post->ID,taxonomy); then calling $var->string or $var['string'] .. neither work
How would I have string be an array of strings in this example?: var string = "highlight this"; var message = "please highlight this"; var rg = new RegExp('('+string+')', 'g'); message = message.rep