search/src/83efa9a0-4aec-41f8-9c05-b1a...
Robot 56e9e09d5f
update 2023-10-24 10:36:32
2023-10-24 10:36:50 +02:00
..
README.md update 2023-10-24 10:36:32 2023-10-24 10:36:50 +02:00
code.php first commit 2023-04-15 17:01:55 +02:00
code.power first commit 2023-04-15 17:01:55 +02:00
settings.json first commit 2023-04-15 17:01:55 +02:00

README.md

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

class Regex (Details)

namespace: VDM\Joomla\Componentbuilder\Search\Engine extends: Engine

@startuml
class Regex  #Gold {
  # string $regexValue
  + __construct(?Config $config = null)
  + string(string $value) : ?string
  + replace(string $value) : string
  + match(string $value) : bool
}

note right of Regex::__construct
  Constructor

  since: 3.2.0
end note

note right of Regex::string
  Search inside a string

  since: 3.2.0
  return: ?string
end note

note right of Regex::replace
  Replace found instances inside string value

  since: 3.2.0
  return: string
end note

note right of Regex::match
  Math the Regular Expression

  since: 3.0.9
  return: bool
end note
 
@enduml

     ██╗ ██████╗██████╗
     ██║██╔════╝██╔══██╗
     ██║██║     ██████╔╝
██   ██║██║     ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
 ╚════╝  ╚═════╝╚═════╝

Build with Joomla Component Builder