{"id":559,"date":"2012-09-24T19:45:53","date_gmt":"2012-09-24T19:45:53","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=559"},"modified":"2022-02-17T07:14:04","modified_gmt":"2022-02-17T07:14:04","slug":"remove-common-words","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/php\/strings\/remove-common-words","title":{"rendered":"Remove common words"},"content":{"rendered":"<p>Copied from <a href=\"http:\/\/snipplr.com\/view\/6353\/php-remove-common-words\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/snipplr.com\/view\/6353\/php-remove-common-words\/<\/a><\/p>\n<pre><code>\r\n\t\/\/REMOVE COMMON WORDS\r\n\t$commonWords = array('a','able','about','above','abroad','according','accordingly','across','actually','adj','after','afterwards','again','against','ago','ahead','ain\\'t','all','allow','allows','almost','alone','along','alongside','already','also','although','always','am','amid','amidst','among','amongst','an','and','another','any','anybody','anyhow','anyone','anything','anyway','anyways','anywhere','apart','appear','appreciate','appropriate','are','aren\\'t','around','as','a\\'s','aside','ask','asking','associated','at','available','away','awfully','b','back','backward','backwards','be','became','because','become','becomes','becoming','been','before','beforehand','begin','behind','being','believe','below','beside','besides','best','better','between','beyond','both','brief','but','by','c','came','can','cannot','cant','can\\'t','caption','cause','causes','certain','certainly','changes','clearly','c\\'mon','co','co.','com','come','comes','concerning','consequently','consider','considering','contain','containing','contains','corresponding','could','couldn\\'t','course','c\\'s','currently','d','dare','daren\\'t','definitely','described','despite','did','didn\\'t','different','directly','do','does','doesn\\'t','doing','done','don\\'t','down','downwards','during','e','each','edu','eg','eight','eighty','either','else','elsewhere','end','ending','enough','entirely','especially','et','etc','even','ever','evermore','every','everybody','everyone','everything','everywhere','ex','exactly','example','except','f','fairly','far','farther','few','fewer','fifth','first','five','followed','following','follows','for','forever','former','formerly','forth','forward','found','four','from','further','furthermore','g','get','gets','getting','given','gives','go','goes','going','gone','got','gotten','greetings','h','had','hadn\\'t','half','happens','hardly','has','hasn\\'t','have','haven\\'t','having','he','he\\'d','he\\'ll','hello','help','hence','her','here','hereafter','hereby','herein','here\\'s','hereupon','hers','herself','he\\'s','hi','him','himself','his','hither','hopefully','how','howbeit','however','hundred','i','i\\'d','ie','if','ignored','i\\'ll','i\\'m','immediate','in','inasmuch','inc','inc.','indeed','indicate','indicated','indicates','inner','inside','insofar','instead','into','inward','is','isn\\'t','it','it\\'d','it\\'ll','its','it\\'s','itself','i\\'ve','j','just','k','keep','keeps','kept','know','known','knows','l','last','lately','later','latter','latterly','least','less','lest','let','let\\'s','like','liked','likely','likewise','little','look','looking','looks','low','lower','ltd','m','made','mainly','make','makes','many','may','maybe','mayn\\'t','me','mean','meantime','meanwhile','merely','might','mightn\\'t','mine','minus','miss','more','moreover','most','mostly','mr','mrs','much','must','mustn\\'t','my','myself','n','name','namely','nd','near','nearly','necessary','need','needn\\'t','needs','neither','never','neverf','neverless','nevertheless','new','next','nine','ninety','no','nobody','non','none','nonetheless','noone','no-one','nor','normally','not','nothing','notwithstanding','novel','now','nowhere','o','obviously','of','off','often','oh','ok','okay','old','on','once','one','ones','one\\'s','only','onto','opposite','or','other','others','otherwise','ought','oughtn\\'t','our','ours','ourselves','out','outside','over','overall','own','p','particular','particularly','past','per','perhaps','placed','please','plus','possible','presumably','probably','provided','provides','q','que','quite','qv','r','rather','rd','re','really','reasonably','recent','recently','regarding','regardless','regards','relatively','respectively','right','round','s','said','same','saw','say','saying','says','second','secondly','see','seeing','seem','seemed','seeming','seems','seen','self','selves','sensible','sent','serious','seriously','seven','several','shall','shan\\'t','she','she\\'d','she\\'ll','she\\'s','should','shouldn\\'t','since','six','so','some','somebody','someday','somehow','someone','something','sometime','sometimes','somewhat','somewhere','soon','sorry','specified','specify','specifying','still','sub','such','sup','sure','t','take','taken','taking','tell','tends','th','than','thank','thanks','thanx','that','that\\'ll','thats','that\\'s','that\\'ve','the','their','theirs','them','themselves','then','thence','there','thereafter','thereby','there\\'d','therefore','therein','there\\'ll','there\\'re','theres','there\\'s','thereupon','there\\'ve','these','they','they\\'d','they\\'ll','they\\'re','they\\'ve','thing','things','think','third','thirty','this','thorough','thoroughly','those','though','three','through','throughout','thru','thus','till','to','together','too','took','toward','towards','tried','tries','truly','try','trying','t\\'s','twice','two','u','un','under','underneath','undoing','unfortunately','unless','unlike','unlikely','until','unto','up','upon','upwards','us','use','used','useful','uses','using','usually','v','value','various','versus','very','via','viz','vs','w','want','wants','was','wasn\\'t','way','we','we\\'d','welcome','well','we\\'ll','went','were','we\\'re','weren\\'t','we\\'ve','what','whatever','what\\'ll','what\\'s','what\\'ve','when','whence','whenever','where','whereafter','whereas','whereby','wherein','where\\'s','whereupon','wherever','whether','which','whichever','while','whilst','whither','who','who\\'d','whoever','whole','who\\'ll','whom','whomever','who\\'s','whose','why','will','willing','wish','with','within','without','wonder','won\\'t','would','wouldn\\'t','x','y','yes','yet','you','you\\'d','you\\'ll','your','you\\'re','yours','yourself','yourselves','you\\'ve','z','zero');\r\n\t \r\n\t$my_string = preg_replace('\/\\b('.implode('|',$commonWords).')\\b\/','',$my_string);\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Copied from http:\/\/snipplr.com\/view\/6353\/php-remove-common-words\/ \/\/REMOVE COMMON WORDS $commonWords = array(&#8216;a&#8217;,&#8217;able&#8217;,&#8217;about&#8217;,&#8217;above&#8217;,&#8217;abroad&#8217;,&#8217;according&#8217;,&#8217;accordingly&#8217;,&#8217;across&#8217;,&#8217;actually&#8217;,&#8217;adj&#8217;,&#8217;after&#8217;,&#8217;afterwards&#8217;,&#8217;again&#8217;,&#8217;against&#8217;,&#8217;ago&#8217;,&#8217;ahead&#8217;,&#8217;ain\\&#8217;t&#8217;,&#8217;all&#8217;,&#8217;allow&#8217;,&#8217;allows&#8217;,&#8217;almost&#8217;,&#8217;alone&#8217;,&#8217;along&#8217;,&#8217;alongside&#8217;,&#8217;already&#8217;,&#8217;also&#8217;,&#8217;although&#8217;,&#8217;always&#8217;,&#8217;am&#8217;,&#8217;amid&#8217;,&#8217;amidst&#8217;,&#8217;among&#8217;,&#8217;amongst&#8217;,&#8217;an&#8217;,&#8217;and&#8217;,&#8217;another&#8217;,&#8217;any&#8217;,&#8217;anybody&#8217;,&#8217;anyhow&#8217;,&#8217;anyone&#8217;,&#8217;anything&#8217;,&#8217;anyway&#8217;,&#8217;anyways&#8217;,&#8217;anywhere&#8217;,&#8217;apart&#8217;,&#8217;appear&#8217;,&#8217;appreciate&#8217;,&#8217;appropriate&#8217;,&#8217;are&#8217;,&#8217;aren\\&#8217;t&#8217;,&#8217;around&#8217;,&#8217;as&#8217;,&#8217;a\\&#8217;s&#8217;,&#8217;aside&#8217;,&#8217;ask&#8217;,&#8217;asking&#8217;,&#8217;associated&#8217;,&#8217;at&#8217;,&#8217;available&#8217;,&#8217;away&#8217;,&#8217;awfully&#8217;,&#8217;b&#8217;,&#8217;back&#8217;,&#8217;backward&#8217;,&#8217;backwards&#8217;,&#8217;be&#8217;,&#8217;became&#8217;,&#8217;because&#8217;,&#8217;become&#8217;,&#8217;becomes&#8217;,&#8217;becoming&#8217;,&#8217;been&#8217;,&#8217;before&#8217;,&#8217;beforehand&#8217;,&#8217;begin&#8217;,&#8217;behind&#8217;,&#8217;being&#8217;,&#8217;believe&#8217;,&#8217;below&#8217;,&#8217;beside&#8217;,&#8217;besides&#8217;,&#8217;best&#8217;,&#8217;better&#8217;,&#8217;between&#8217;,&#8217;beyond&#8217;,&#8217;both&#8217;,&#8217;brief&#8217;,&#8217;but&#8217;,&#8217;by&#8217;,&#8217;c&#8217;,&#8217;came&#8217;,&#8217;can&#8217;,&#8217;cannot&#8217;,&#8217;cant&#8217;,&#8217;can\\&#8217;t&#8217;,&#8217;caption&#8217;,&#8217;cause&#8217;,&#8217;causes&#8217;,&#8217;certain&#8217;,&#8217;certainly&#8217;,&#8217;changes&#8217;,&#8217;clearly&#8217;,&#8217;c\\&#8217;mon&#8217;,&#8217;co&#8217;,&#8217;co.&#8217;,&#8217;com&#8217;,&#8217;come&#8217;,&#8217;comes&#8217;,&#8217;concerning&#8217;,&#8217;consequently&#8217;,&#8217;consider&#8217;,&#8217;considering&#8217;,&#8217;contain&#8217;,&#8217;containing&#8217;,&#8217;contains&#8217;,&#8217;corresponding&#8217;,&#8217;could&#8217;,&#8217;couldn\\&#8217;t&#8217;,&#8217;course&#8217;,&#8217;c\\&#8217;s&#8217;,&#8217;currently&#8217;,&#8217;d&#8217;,&#8217;dare&#8217;,&#8217;daren\\&#8217;t&#8217;,&#8217;definitely&#8217;,&#8217;described&#8217;,&#8217;despite&#8217;,&#8217;did&#8217;,&#8217;didn\\&#8217;t&#8217;,&#8217;different&#8217;,&#8217;directly&#8217;,&#8217;do&#8217;,&#8217;does&#8217;,&#8217;doesn\\&#8217;t&#8217;,&#8217;doing&#8217;,&#8217;done&#8217;,&#8217;don\\&#8217;t&#8217;,&#8217;down&#8217;,&#8217;downwards&#8217;,&#8217;during&#8217;,&#8217;e&#8217;,&#8217;each&#8217;,&#8217;edu&#8217;,&#8217;eg&#8217;,&#8217;eight&#8217;,&#8217;eighty&#8217;,&#8217;either&#8217;,&#8217;else&#8217;,&#8217;elsewhere&#8217;,&#8217;end&#8217;,&#8217;ending&#8217;,&#8217;enough&#8217;,&#8217;entirely&#8217;,&#8217;especially&#8217;,&#8217;et&#8217;,&#8217;etc&#8217;,&#8217;even&#8217;,&#8217;ever&#8217;,&#8217;evermore&#8217;,&#8217;every&#8217;,&#8217;everybody&#8217;,&#8217;everyone&#8217;,&#8217;everything&#8217;,&#8217;everywhere&#8217;,&#8217;ex&#8217;,&#8217;exactly&#8217;,&#8217;example&#8217;,&#8217;except&#8217;,&#8217;f&#8217;,&#8217;fairly&#8217;,&#8217;far&#8217;,&#8217;farther&#8217;,&#8217;few&#8217;,&#8217;fewer&#8217;,&#8217;fifth&#8217;,&#8217;first&#8217;,&#8217;five&#8217;,&#8217;followed&#8217;,&#8217;following&#8217;,&#8217;follows&#8217;,&#8217;for&#8217;,&#8217;forever&#8217;,&#8217;former&#8217;,&#8217;formerly&#8217;,&#8217;forth&#8217;,&#8217;forward&#8217;,&#8217;found&#8217;,&#8217;four&#8217;,&#8217;from&#8217;,&#8217;further&#8217;,&#8217;furthermore&#8217;,&#8217;g&#8217;,&#8217;get&#8217;,&#8217;gets&#8217;,&#8217;getting&#8217;,&#8217;given&#8217;,&#8217;gives&#8217;,&#8217;go&#8217;,&#8217;goes&#8217;,&#8217;going&#8217;,&#8217;gone&#8217;,&#8217;got&#8217;,&#8217;gotten&#8217;,&#8217;greetings&#8217;,&#8217;h&#8217;,&#8217;had&#8217;,&#8217;hadn\\&#8217;t&#8217;,&#8217;half&#8217;,&#8217;happens&#8217;,&#8217;hardly&#8217;,&#8217;has&#8217;,&#8217;hasn\\&#8217;t&#8217;,&#8217;have&#8217;,&#8217;haven\\&#8217;t&#8217;,&#8217;having&#8217;,&#8217;he&#8217;,&#8217;he\\&#8217;d&#8217;,&#8217;he\\&#8217;ll&#8217;,&#8217;hello&#8217;,&#8217;help&#8217;,&#8217;hence&#8217;,&#8217;her&#8217;,&#8217;here&#8217;,&#8217;hereafter&#8217;,&#8217;hereby&#8217;,&#8217;herein&#8217;,&#8217;here\\&#8217;s&#8217;,&#8217;hereupon&#8217;,&#8217;hers&#8217;,&#8217;herself&#8217;,&#8217;he\\&#8217;s&#8217;,&#8217;hi&#8217;,&#8217;him&#8217;,&#8217;himself&#8217;,&#8217;his&#8217;,&#8217;hither&#8217;,&#8217;hopefully&#8217;,&#8217;how&#8217;,&#8217;howbeit&#8217;,&#8217;however&#8217;,&#8217;hundred&#8217;,&#8217;i&#8217;,&#8217;i\\&#8217;d&#8217;,&#8217;ie&#8217;,&#8217;if&#8217;,&#8217;ignored&#8217;,&#8217;i\\&#8217;ll&#8217;,&#8217;i\\&#8217;m&#8217;,&#8217;immediate&#8217;,&#8217;in&#8217;,&#8217;inasmuch&#8217;,&#8217;inc&#8217;,&#8217;inc.&#8217;,&#8217;indeed&#8217;,&#8217;indicate&#8217;,&#8217;indicated&#8217;,&#8217;indicates&#8217;,&#8217;inner&#8217;,&#8217;inside&#8217;,&#8217;insofar&#8217;,&#8217;instead&#8217;,&#8217;into&#8217;,&#8217;inward&#8217;,&#8217;is&#8217;,&#8217;isn\\&#8217;t&#8217;,&#8217;it&#8217;,&#8217;it\\&#8217;d&#8217;,&#8217;it\\&#8217;ll&#8217;,&#8217;its&#8217;,&#8217;it\\&#8217;s&#8217;,&#8217;itself&#8217;,&#8217;i\\&#8217;ve&#8217;,&#8217;j&#8217;,&#8217;just&#8217;,&#8217;k&#8217;,&#8217;keep&#8217;,&#8217;keeps&#8217;,&#8217;kept&#8217;,&#8217;know&#8217;,&#8217;known&#8217;,&#8217;knows&#8217;,&#8217;l&#8217;,&#8217;last&#8217;,&#8217;lately&#8217;,&#8217;later&#8217;,&#8217;latter&#8217;,&#8217;latterly&#8217;,&#8217;least&#8217;,&#8217;less&#8217;,&#8217;lest&#8217;,&#8217;let&#8217;,&#8217;let\\&#8217;s&#8217;,&#8217;like&#8217;,&#8217;liked&#8217;,&#8217;likely&#8217;,&#8217;likewise&#8217;,&#8217;little&#8217;,&#8217;look&#8217;,&#8217;looking&#8217;,&#8217;looks&#8217;,&#8217;low&#8217;,&#8217;lower&#8217;,&#8217;ltd&#8217;,&#8217;m&#8217;,&#8217;made&#8217;,&#8217;mainly&#8217;,&#8217;make&#8217;,&#8217;makes&#8217;,&#8217;many&#8217;,&#8217;may&#8217;,&#8217;maybe&#8217;,&#8217;mayn\\&#8217;t&#8217;,&#8217;me&#8217;,&#8217;mean&#8217;,&#8217;meantime&#8217;,&#8217;meanwhile&#8217;,&#8217;merely&#8217;,&#8217;might&#8217;,&#8217;mightn\\&#8217;t&#8217;,&#8217;mine&#8217;,&#8217;minus&#8217;,&#8217;miss&#8217;,&#8217;more&#8217;,&#8217;moreover&#8217;,&#8217;most&#8217;,&#8217;mostly&#8217;,&#8217;mr&#8217;,&#8217;mrs&#8217;,&#8217;much&#8217;,&#8217;must&#8217;,&#8217;mustn\\&#8217;t&#8217;,&#8217;my&#8217;,&#8217;myself&#8217;,&#8217;n&#8217;,&#8217;name&#8217;,&#8217;namely&#8217;,&#8217;nd&#8217;,&#8217;near&#8217;,&#8217;nearly&#8217;,&#8217;necessary&#8217;,&#8217;need&#8217;,&#8217;needn\\&#8217;t&#8217;,&#8217;needs&#8217;,&#8217;neither&#8217;,&#8217;never&#8217;,&#8217;neverf&#8217;,&#8217;neverless&#8217;,&#8217;nevertheless&#8217;,&#8217;new&#8217;,&#8217;next&#8217;,&#8217;nine&#8217;,&#8217;ninety&#8217;,&#8217;no&#8217;,&#8217;nobody&#8217;,&#8217;non&#8217;,&#8217;none&#8217;,&#8217;nonetheless&#8217;,&#8217;noone&#8217;,&#8217;no-one&#8217;,&#8217;nor&#8217;,&#8217;normally&#8217;,&#8217;not&#8217;,&#8217;nothing&#8217;,&#8217;notwithstanding&#8217;,&#8217;novel&#8217;,&#8217;now&#8217;,&#8217;nowhere&#8217;,&#8217;o&#8217;,&#8217;obviously&#8217;,&#8217;of&#8217;,&#8217;off&#8217;,&#8217;often&#8217;,&#8217;oh&#8217;,&#8217;ok&#8217;,&#8217;okay&#8217;,&#8217;old&#8217;,&#8217;on&#8217;,&#8217;once&#8217;,&#8217;one&#8217;,&#8217;ones&#8217;,&#8217;one\\&#8217;s&#8217;,&#8217;only&#8217;,&#8217;onto&#8217;,&#8217;opposite&#8217;,&#8217;or&#8217;,&#8217;other&#8217;,&#8217;others&#8217;,&#8217;otherwise&#8217;,&#8217;ought&#8217;,&#8217;oughtn\\&#8217;t&#8217;,&#8217;our&#8217;,&#8217;ours&#8217;,&#8217;ourselves&#8217;,&#8217;out&#8217;,&#8217;outside&#8217;,&#8217;over&#8217;,&#8217;overall&#8217;,&#8217;own&#8217;,&#8217;p&#8217;,&#8217;particular&#8217;,&#8217;particularly&#8217;,&#8217;past&#8217;,&#8217;per&#8217;,&#8217;perhaps&#8217;,&#8217;placed&#8217;,&#8217;please&#8217;,&#8217;plus&#8217;,&#8217;possible&#8217;,&#8217;presumably&#8217;,&#8217;probably&#8217;,&#8217;provided&#8217;,&#8217;provides&#8217;,&#8217;q&#8217;,&#8217;que&#8217;,&#8217;quite&#8217;,&#8217;qv&#8217;,&#8217;r&#8217;,&#8217;rather&#8217;,&#8217;rd&#8217;,&#8217;re&#8217;,&#8217;really&#8217;,&#8217;reasonably&#8217;,&#8217;recent&#8217;,&#8217;recently&#8217;,&#8217;regarding&#8217;,&#8217;regardless&#8217;,&#8217;regards&#8217;,&#8217;relatively&#8217;,&#8217;respectively&#8217;,&#8217;right&#8217;,&#8217;round&#8217;,&#8217;s&#8217;,&#8217;said&#8217;,&#8217;same&#8217;,&#8217;saw&#8217;,&#8217;say&#8217;,&#8217;saying&#8217;,&#8217;says&#8217;,&#8217;second&#8217;,&#8217;secondly&#8217;,&#8217;see&#8217;,&#8217;seeing&#8217;,&#8217;seem&#8217;,&#8217;seemed&#8217;,&#8217;seeming&#8217;,&#8217;seems&#8217;,&#8217;seen&#8217;,&#8217;self&#8217;,&#8217;selves&#8217;,&#8217;sensible&#8217;,&#8217;sent&#8217;,&#8217;serious&#8217;,&#8217;seriously&#8217;,&#8217;seven&#8217;,&#8217;several&#8217;,&#8217;shall&#8217;,&#8217;shan\\&#8217;t&#8217;,&#8217;she&#8217;,&#8217;she\\&#8217;d&#8217;,&#8217;she\\&#8217;ll&#8217;,&#8217;she\\&#8217;s&#8217;,&#8217;should&#8217;,&#8217;shouldn\\&#8217;t&#8217;,&#8217;since&#8217;,&#8217;six&#8217;,&#8217;so&#8217;,&#8217;some&#8217;,&#8217;somebody&#8217;,&#8217;someday&#8217;,&#8217;somehow&#8217;,&#8217;someone&#8217;,&#8217;something&#8217;,&#8217;sometime&#8217;,&#8217;sometimes&#8217;,&#8217;somewhat&#8217;,&#8217;somewhere&#8217;,&#8217;soon&#8217;,&#8217;sorry&#8217;,&#8217;specified&#8217;,&#8217;specify&#8217;,&#8217;specifying&#8217;,&#8217;still&#8217;,&#8217;sub&#8217;,&#8217;such&#8217;,&#8217;sup&#8217;,&#8217;sure&#8217;,&#8217;t&#8217;,&#8217;take&#8217;,&#8217;taken&#8217;,&#8217;taking&#8217;,&#8217;tell&#8217;,&#8217;tends&#8217;,&#8217;th&#8217;,&#8217;than&#8217;,&#8217;thank&#8217;,&#8217;thanks&#8217;,&#8217;thanx&#8217;,&#8217;that&#8217;,&#8217;that\\&#8217;ll&#8217;,&#8217;thats&#8217;,&#8217;that\\&#8217;s&#8217;,&#8217;that\\&#8217;ve&#8217;,&#8217;the&#8217;,&#8217;their&#8217;,&#8217;theirs&#8217;,&#8217;them&#8217;,&#8217;themselves&#8217;,&#8217;then&#8217;,&#8217;thence&#8217;,&#8217;there&#8217;,&#8217;thereafter&#8217;,&#8217;thereby&#8217;,&#8217;there\\&#8217;d&#8217;,&#8217;therefore&#8217;,&#8217;therein&#8217;,&#8217;there\\&#8217;ll&#8217;,&#8217;there\\&#8217;re&#8217;,&#8217;theres&#8217;,&#8217;there\\&#8217;s&#8217;,&#8217;thereupon&#8217;,&#8217;there\\&#8217;ve&#8217;,&#8217;these&#8217;,&#8217;they&#8217;,&#8217;they\\&#8217;d&#8217;,&#8217;they\\&#8217;ll&#8217;,&#8217;they\\&#8217;re&#8217;,&#8217;they\\&#8217;ve&#8217;,&#8217;thing&#8217;,&#8217;things&#8217;,&#8217;think&#8217;,&#8217;third&#8217;,&#8217;thirty&#8217;,&#8217;this&#8217;,&#8217;thorough&#8217;,&#8217;thoroughly&#8217;,&#8217;those&#8217;,&#8217;though&#8217;,&#8217;three&#8217;,&#8217;through&#8217;,&#8217;throughout&#8217;,&#8217;thru&#8217;,&#8217;thus&#8217;,&#8217;till&#8217;,&#8217;to&#8217;,&#8217;together&#8217;,&#8217;too&#8217;,&#8217;took&#8217;,&#8217;toward&#8217;,&#8217;towards&#8217;,&#8217;tried&#8217;,&#8217;tries&#8217;,&#8217;truly&#8217;,&#8217;try&#8217;,&#8217;trying&#8217;,&#8217;t\\&#8217;s&#8217;,&#8217;twice&#8217;,&#8217;two&#8217;,&#8217;u&#8217;,&#8217;un&#8217;,&#8217;under&#8217;,&#8217;underneath&#8217;,&#8217;undoing&#8217;,&#8217;unfortunately&#8217;,&#8217;unless&#8217;,&#8217;unlike&#8217;,&#8217;unlikely&#8217;,&#8217;until&#8217;,&#8217;unto&#8217;,&#8217;up&#8217;,&#8217;upon&#8217;,&#8217;upwards&#8217;,&#8217;us&#8217;,&#8217;use&#8217;,&#8217;used&#8217;,&#8217;useful&#8217;,&#8217;uses&#8217;,&#8217;using&#8217;,&#8217;usually&#8217;,&#8217;v&#8217;,&#8217;value&#8217;,&#8217;various&#8217;,&#8217;versus&#8217;,&#8217;very&#8217;,&#8217;via&#8217;,&#8217;viz&#8217;,&#8217;vs&#8217;,&#8217;w&#8217;,&#8217;want&#8217;,&#8217;wants&#8217;,&#8217;was&#8217;,&#8217;wasn\\&#8217;t&#8217;,&#8217;way&#8217;,&#8217;we&#8217;,&#8217;we\\&#8217;d&#8217;,&#8217;welcome&#8217;,&#8217;well&#8217;,&#8217;we\\&#8217;ll&#8217;,&#8217;went&#8217;,&#8217;were&#8217;,&#8217;we\\&#8217;re&#8217;,&#8217;weren\\&#8217;t&#8217;,&#8217;we\\&#8217;ve&#8217;,&#8217;what&#8217;,&#8217;whatever&#8217;,&#8217;what\\&#8217;ll&#8217;,&#8217;what\\&#8217;s&#8217;,&#8217;what\\&#8217;ve&#8217;,&#8217;when&#8217;,&#8217;whence&#8217;,&#8217;whenever&#8217;,&#8217;where&#8217;,&#8217;whereafter&#8217;,&#8217;whereas&#8217;,&#8217;whereby&#8217;,&#8217;wherein&#8217;,&#8217;where\\&#8217;s&#8217;,&#8217;whereupon&#8217;,&#8217;wherever&#8217;,&#8217;whether&#8217;,&#8217;which&#8217;,&#8217;whichever&#8217;,&#8217;while&#8217;,&#8217;whilst&#8217;,&#8217;whither&#8217;,&#8217;who&#8217;,&#8217;who\\&#8217;d&#8217;,&#8217;whoever&#8217;,&#8217;whole&#8217;,&#8217;who\\&#8217;ll&#8217;,&#8217;whom&#8217;,&#8217;whomever&#8217;,&#8217;who\\&#8217;s&#8217;,&#8217;whose&#8217;,&#8217;why&#8217;,&#8217;will&#8217;,&#8217;willing&#8217;,&#8217;wish&#8217;,&#8217;with&#8217;,&#8217;within&#8217;,&#8217;without&#8217;,&#8217;wonder&#8217;,&#8217;won\\&#8217;t&#8217;,&#8217;would&#8217;,&#8217;wouldn\\&#8217;t&#8217;,&#8217;x&#8217;,&#8217;y&#8217;,&#8217;yes&#8217;,&#8217;yet&#8217;,&#8217;you&#8217;,&#8217;you\\&#8217;d&#8217;,&#8217;you\\&#8217;ll&#8217;,&#8217;your&#8217;,&#8217;you\\&#8217;re&#8217;,&#8217;yours&#8217;,&#8217;yourself&#8217;,&#8217;yourselves&#8217;,&#8217;you\\&#8217;ve&#8217;,&#8217;z&#8217;,&#8217;zero&#8217;); $my_string = preg_replace(&#8216;\/\\b(&#8216;.implode(&#8216;|&#8217;,$commonWords).&#8217;)\\b\/&#8217;,&#8221;,$my_string);<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[69,19],"tags":[],"class_list":["post-559","post","type-post","status-publish","format-standard","hentry","category-regex-regular-expressions","category-strings"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/559","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=559"}],"version-history":[{"count":4,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/559\/revisions"}],"predecessor-version":[{"id":3221,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/559\/revisions\/3221"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=559"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=559"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=559"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}