PHP: extract email addresses from string
2016-10-20
IN1, 2016-10-20 00:00:00
IN1, 2023-04-10 14:16:29


this function searches for email adresses inside a String and returns an array containing the adresses. Thanks to unicode parsing it can detect those with umlauts also.

<?php

/**
 * search for email adresses, returns them as array
 * @access public
 * @param string $sString String to search in
 * @return array $aMatch
 */
function getEmailArrayFromString($sString = '')
{
    $sPattern = '/[\._\p{L}\p{M}\p{N}-]+@[\._\p{L}\p{M}\p{N}-]+/u' […]

LanguageTool
2016-10-12
IN1, 2016-10-12 00:00:00
IN1, 2023-04-10 14:16:29


LanguageTool (LT) ist eine freie Textprüfung für Grammatik, Stil und Rechtschreibung. Es kann ein Java-Socket-Server betrieben werden, welcher Anfragen via GET/POST akzeptiert und einen detaillierten Response als JSON ausliefert.

Requirements

  • Linux OS, bspw. Ubuntu
  • Java 8

Installation

Java 8

Es wird explizit Java 8 benötigt, checke daher welche Java Version installiert ist. Bei […]



This website uses Cookies to provide you with the best possible service. Please see our Privacy Policy for more information. Click the check box below to accept cookies. Then confirm with a click on "Save".